home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000408_news@columbia.edu_Fri Nov 17 15:51:21 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25982
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Fri, 17 Nov 1995 10:51:27 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id KAA01387 for kermit.misc@watsun; Fri, 17 Nov 1995 10:51:25 -0500
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: How to use TEK4010 emulation profitably
  8. Date: 17 Nov 1995 15:51:21 GMT
  9. Organization: Columbia University
  10. Lines: 88
  11. Message-Id: <48ib1p$1b8@apakabar.cc.columbia.edu>
  12. References: <48eu8a$6u5@math.rutgers.edu>
  13. Nntp-Posting-Host: watsun.cc.columbia.edu
  14. Keywords: tektronix emulator
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <48eu8a$6u5@math.rutgers.edu>,
  18. Alexander Ng <ang@math.rutgers.edu> wrote:
  19. : How can I profitably use Tektronix emulation mode on MS-DOS Kermit?  I
  20. : got a copy of the program at my university and use it on my 386SX with
  21. : 6MB RAM.  My modem is 9600bps. I found the VT100 emulation incredibly
  22. : robust.  In reading through the documentation, I discovered that
  23. : graphics terminal emulation is available with Tek4010 mode.
  24. It's actually a bit higher than that -- Tek4014, augmented by VT340 Sixel
  25. graphics capability plus ANSI coloration, all three of which may be freely
  26. intermixed.
  27.  
  28. : After running Gnuplot remotely on my UNIX server, and sending the output
  29. : of a plot of sin(x) to my local machine, I was thrilled to watch the
  30. : graph appear on my VGA color monitor like magic.
  31. :     
  32. : I would love to know how to use the Tek4010 mode for other purposes.
  33. : However, my University computing services help desk suggested that:
  34. :
  35. : 1. Tektronix terminal are a deadend technology. (I'm probably
  36. :    paraphrasing grossly.)
  37. That's probably exactly what they said.  This is merely an extension of
  38. the trendy and short-sighted view of many system administrators, Internet
  39. service providers, etc, that text is dead and all the world needs from now
  40. on is a Web browser.
  41.  
  42. : 2. Tek emulators do not display useful graphical formats
  43. :    likes gif, jpg, postscript, etc.
  44. Tektronix is a compact line-drawing language.  Sixel is a compact bitmap
  45. transmission language.  These languages were designed long ago when
  46. transmission bandwidth was at a premium.  The assumption nowadays is that
  47. bandwidth, CPU power, memory, and disk space are unlimited and no clever
  48. algorithms are needed to conserve them.
  49.  
  50. : 3. I should set up a PPP connection with the University servers.
  51. : Can anyone suggest their favorite uses for the tek emulator (which are
  52. : not acheivable with the vt100 emulator)?
  53. : I just read "Using MS-DOS Kermit" by C. Gianone, 1st edition, which I
  54. : found to be a beautiful book, but it does not cover this point too
  55. : deeply.
  56. Terminal-oriented graphics languages like Tektronix and Sixel, just like
  57. text-terminal-oriented communications (like Telnet), still have their
  58. place, and I (for one) hope they always will.
  59.  
  60. Web communication is predominantly one-way.  It's like being spoon-fed
  61. whatever information the Web "content provider" wants you to see.
  62. Terminal-oriented communication is intrinsically interactive -- you
  63. participate actively, you contribute.
  64.  
  65. While GIF, JPEG, etc, are hot buzzwords today, they are just another way
  66. of showing pictures to you.  Tektronix / Sixel can do that too.  For an
  67. idea of the power of this type of emulation, look at the MS-DOS Kermit
  68. graphics screen shots at:
  69.  
  70.   http://www.columbia.edu/kermit/shots.html
  71.  
  72. But Tektronix graphics terminals (and emulators) like MS-DOS Kermit are
  73. more than just picture viewers -- they let you engage in interactive
  74. graphics modelling sessions.  I trust that scientists and engineers who
  75. use Kermit in this way will pipe up with concrete examples.  See, for
  76. example, the story about how Kermit's Tektronix emulation was used in the
  77. fight against AIDS in Kermit News #5:
  78.  
  79.   http://www.columbia.edu/kermit/newsn5.html#england
  80.  
  81. The idea is that information can flow both ways.  For example, the
  82. application can show a picture and then put up a crosshair cursor, which
  83. you can move about with the mouse or arrow keys, and then send back
  84. coordinates that can be processed by the application, which can then
  85. modify the picture, and so one.
  86.  
  87. Major serious host-based applications like SAS/Graph come with full
  88. support not only for Tektronix graphics, but for Kermit's specific mix of
  89. Tektronix 4014, Sixel, and ANSI, to produce stunning full-color graphics
  90. like the ones shown in the screen shots.
  91.  
  92. Using MS-DOS Kermit, you can access these applications in a uniform way
  93. over direct or dialed serial connections, TELNET connections, DECnet CTERM
  94. or LAT connections, and in numerous other ways.  On slow modem
  95. connections, the compact encoding results in surprisingly good
  96. performance.
  97.  
  98. - Frank